home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / go32.h < prev    next >
C/C++ Source or Header  |  1993-09-17  |  357b  |  20 lines

  1. #include <stddef.h>
  2. #include <fcntl.h>
  3. #include <errno.h>
  4. #include <stdio.h>
  5. #include <sys/types.h>
  6. #include <sys/stat.h>
  7. #include <ctype.h>
  8. #include <string.h>
  9. #include <sys/file.h>
  10. #include <stdlib.h>
  11. #ifndef    O_ACCMODE
  12. #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  13. #endif
  14. #define SEEK_SET 0
  15. #define SEEK_CUR 1
  16.  
  17. #define NO_FCNTL
  18.  
  19. #include "fopen-bin.h"
  20.